←Select platform

SetItem Method

Summary
Replaces the item at the specified index.
Syntax
C#
VB
C++
protected override void SetItem( 
   int index, 
   T item 
) 
Protected Overrides Sub SetItem( _ 
   ByVal index As Integer, _ 
   ByVal item As T _ 
)  
protected: 
void SetItem(  
   int index, 
   T^ item 
) override  

Parameters

index
The 0-based index of the item to replace.

item
The new value of the item.

Remarks

This method raises the CollectionChanged event with Replace action.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.